home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2002 #4 / K-CD-4-2002.ISO / Empire Earth / EEDemo.exe / Disk1 / data.ssa / unit ai scripts_farm.tai < prev    next >
Encoding:
Text File  |  2001-09-29  |  235 b   |  24 lines

  1. //
  2. //    Farm AI file
  3. //
  4. //    Behaviors:
  5. //
  6. //        Handles farms dying.
  7. //
  8. //    Notes:
  9. //
  10. //    Common modifications:
  11. //
  12. //    Known Problems:
  13. //
  14. //    Usage:
  15. //
  16.  
  17. // are we dying (hitpoints == 0)
  18.  
  19. Dying
  20. {
  21.     AlwaysTrue true(Dead)
  22. }
  23.  
  24.